Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / ShowDetailsIcon Property


In This Topic
ShowDetailsIcon Property (RichValue<T>)
In This Topic
Gets or sets a boolean indicating whether to show the icon for RichValue<T> object.
Syntax
'Declaration
 
Public Property ShowDetailsIcon As Nullable(Of Boolean)
 
'Usage
 
Dim instance As RichValue(Of T)
Dim value As Nullable(Of Boolean)
 
instance.ShowDetailsIcon = value
 
value = instance.ShowDetailsIcon
Remarks

If the value is true, the icon of RichValue<T> object displays if it's available; otherwise, default icon displays.

If the value is false, no icon displays.

If the value is null, the icon of RichValue<T> object will display if it's available; otherwise, no icon displays.

See Also